[INFO] cloning repository https://github.com/InquisitiveCoder/romhacks
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/InquisitiveCoder/romhacks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInquisitiveCoder%2Fromhacks", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInquisitiveCoder%2Fromhacks'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6c0442c2d08a5675c7a14c170c46d836550375d7
[INFO] checking InquisitiveCoder/romhacks against try#b946edaa85de45f124065f52b1bc55ba2fb4f9fb for pr-157562
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FInquisitiveCoder%2Fromhacks" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/InquisitiveCoder/romhacks
[INFO] finished tweaking git repo https://github.com/InquisitiveCoder/romhacks
[INFO] tweaked toml for git repo https://github.com/InquisitiveCoder/romhacks written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/InquisitiveCoder/romhacks on toolchain b946edaa85de45f124065f52b1bc55ba2fb4f9fb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/InquisitiveCoder/romhacks already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 56f24ca894c2feb2a0dd6dd0dea6ea2eadefd4297fc6cc8ec6e7a17f466c0d84
[INFO] running `Command { std: "docker" "start" "56f24ca894c2feb2a0dd6dd0dea6ea2eadefd4297fc6cc8ec6e7a17f466c0d84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "56f24ca894c2feb2a0dd6dd0dea6ea2eadefd4297fc6cc8ec6e7a17f466c0d84" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "56f24ca894c2feb2a0dd6dd0dea6ea2eadefd4297fc6cc8ec6e7a17f466c0d84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "56f24ca894c2feb2a0dd6dd0dea6ea2eadefd4297fc6cc8ec6e7a17f466c0d84" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking litemap v0.7.5
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling zerocopy v0.8.23
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]     Checking miniz_oxide v0.8.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]     Checking textwrap v0.14.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking supports-hyperlinks v1.2.0
[INFO] [stderr]     Checking supports-color v1.3.1
[INFO] [stderr]     Checking supports-unicode v1.0.2
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]    Compiling flips-sys v0.2.1
[INFO] [stderr]    Compiling err-derive v0.2.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking chumsky v0.8.0
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]    Compiling fs-err v3.1.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking never-say-never v6.6.666
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]     Checking bytemuck v1.22.0
[INFO] [stderr]     Checking clap_builder v4.5.31
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking higher-kinded-types v0.1.1
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking winnow v0.6.24
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]     Checking ulid v1.2.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking wide v0.7.32
[INFO] [stderr]     Checking pretty_env_logger v0.5.0
[INFO] [stderr]     Checking polonius-the-crab v0.4.2
[INFO] [stderr]     Checking checked v0.5.0
[INFO] [stderr]     Checking regex-lite v0.1.6
[INFO] [stderr]    Compiling miette-derive v3.3.0
[INFO] [stderr]    Compiling knuffel-derive v1.1.0
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling miette-derive v7.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]     Checking flips v0.2.1
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking miette v3.3.0
[INFO] [stderr]     Checking miette v7.5.0
[INFO] [stderr]     Checking knuffel v1.1.0
[INFO] [stderr]     Checking clap v4.5.31
[INFO] [stderr]     Checking kdl v6.3.4
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking kdl-schema v0.1.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking kdl-schema-check v0.1.0
[INFO] [stderr]     Checking romhacks v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `mem`
[INFO] [stdout]  --> src/patch/bps.rs:3:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{io, mem};
[INFO] [stdout]   |               ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::patch::Error as E`
[INFO] [stdout]   --> src/patch/bps.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |   use crate::patch::Error as E;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `match` scrutinee expression
[INFO] [stdout]    --> src/patch/vcd.rs:205:11
[INFO] [stdout]     |
[INFO] [stdout] 205 |     match (index) {
[INFO] [stdout]     |           ^     ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 205 -     match (index) {
[INFO] [stdout] 205 +     match index  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `mem`
[INFO] [stdout]  --> src/patch/bps.rs:3:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{io, mem};
[INFO] [stdout]   |               ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::patch::Error as E`
[INFO] [stdout]   --> src/patch/bps.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |   use crate::patch::Error as E;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `match` scrutinee expression
[INFO] [stdout]    --> src/patch/vcd.rs:205:11
[INFO] [stdout]     |
[INFO] [stdout] 205 |     match (index) {
[INFO] [stdout]     |           ^     ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 205 -     match (index) {
[INFO] [stdout] 205 +     match index  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/apply.rs:30:69
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let (patch_kind, checksum_limit, patch_in_place) = match &patch.read_array::<3>()?[..] {
[INFO] [stdout]    |                                                                     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]    = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/apply.rs:30:69
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let (patch_kind, checksum_limit, patch_in_place) = match &patch.read_array::<3>()?[..] {
[INFO] [stdout]    |                                                                     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]    = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/patch/ips.rs:13:55
[INFO] [stdout]    |
[INFO] [stdout] 13 |   let (end_of_records, new_file_size) = match (&patch.read_array::<FOOTER_LEN>()?).split_at(3) {
[INFO] [stdout]    |                                                       ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/patch/ips.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 |   if &patch.read_array::<5>()? != MAGIC {
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/patch/ppf.rs:53:44
[INFO] [stdout]    |
[INFO] [stdout] 53 |     let version = Version::try_from(&patch.read_array::<5>()?)?;
[INFO] [stdout]    |                                            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/patch/ppf.rs:64:39
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let description: [u8; 50] = patch.read_array()?;
[INFO] [stdout]    |                                       ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/patch/ppf.rs:287:53
[INFO] [stdout]     |
[INFO] [stdout] 287 |     let file_block: [u8; BLOCK_CHECK_LENGTH] = file.read_array()?;
[INFO] [stdout]     |                                                     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]    --> src/main.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + #![feature(read_array)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]    --> src/main.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + #![feature(read_array)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/patch/ppf.rs:288:60
[INFO] [stdout]     |
[INFO] [stdout] 288 |     let validation_block: [u8; BLOCK_CHECK_LENGTH] = patch.read_array()?;
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]    --> src/main.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + #![feature(read_array)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]    --> src/main.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + #![feature(read_array)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/patch/ups.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 |   if &patch.read_array::<4>()? != b"UPS1" {
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/patch/vcd.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 |     if &patch.read_array::<3>()? != MAGIC {
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/patch/ips.rs:13:55
[INFO] [stdout]    |
[INFO] [stdout] 13 |   let (end_of_records, new_file_size) = match (&patch.read_array::<FOOTER_LEN>()?).split_at(3) {
[INFO] [stdout]    |                                                       ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/patch/ips.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 |   if &patch.read_array::<5>()? != MAGIC {
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/patch/ppf.rs:53:44
[INFO] [stdout]    |
[INFO] [stdout] 53 |     let version = Version::try_from(&patch.read_array::<5>()?)?;
[INFO] [stdout]    |                                            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/patch/ppf.rs:64:39
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let description: [u8; 50] = patch.read_array()?;
[INFO] [stdout]    |                                       ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/patch/ppf.rs:287:53
[INFO] [stdout]     |
[INFO] [stdout] 287 |     let file_block: [u8; BLOCK_CHECK_LENGTH] = file.read_array()?;
[INFO] [stdout]     |                                                     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]    --> src/main.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + #![feature(read_array)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]    --> src/main.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + #![feature(read_array)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/patch/ppf.rs:288:60
[INFO] [stdout]     |
[INFO] [stdout] 288 |     let validation_block: [u8; BLOCK_CHECK_LENGTH] = patch.read_array()?;
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]    --> src/main.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + #![feature(read_array)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]    --> src/main.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + #![feature(read_array)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/patch/ups.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 |   if &patch.read_array::<4>()? != b"UPS1" {
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/patch/vcd.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 |     if &patch.read_array::<3>()? != MAGIC {
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `io::ReadArray::read_array(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_array)]` to the crate attributes to enable `read_array`
[INFO] [stdout]   --> src/main.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + #![feature(read_array)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rom`
[INFO] [stdout]   --> src/patch/bps.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 |   rom: &mut (impl Read + Seek),
[INFO] [stdout]    |   ^^^ help: if this is intentional, prefix it with an underscore: `_rom`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `patch`
[INFO] [stdout]   --> src/patch/bps.rs:11:3
[INFO] [stdout]    |
[INFO] [stdout] 11 |   patch: &mut (impl Read + Seek),
[INFO] [stdout]    |   ^^^^^ help: if this is intentional, prefix it with an underscore: `_patch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output`
[INFO] [stdout]   --> src/patch/bps.rs:12:3
[INFO] [stdout]    |
[INFO] [stdout] 12 |   output: &mut (impl Read + Write + Seek),
[INFO] [stdout]    |   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rom_checksum`
[INFO] [stdout]   --> src/patch/bps.rs:13:3
[INFO] [stdout]    |
[INFO] [stdout] 13 |   rom_checksum: crc::Crc32,
[INFO] [stdout]    |   ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rom_checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `patch_checksum`
[INFO] [stdout]   --> src/patch/bps.rs:14:3
[INFO] [stdout]    |
[INFO] [stdout] 14 |   patch_checksum: crc::Crc32,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_patch_checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `patch_eof`
[INFO] [stdout]   --> src/patch/bps.rs:15:3
[INFO] [stdout]    |
[INFO] [stdout] 15 |   patch_eof: u64,
[INFO] [stdout]    |   ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_patch_eof`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rom_checksum`
[INFO] [stdout]    --> src/patch/mod.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     rom_checksum: crc::Crc32,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rom_checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `patch_checksum`
[INFO] [stdout]    --> src/patch/mod.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     patch_checksum: crc::Crc32,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_patch_checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `patch_eof`
[INFO] [stdout]    --> src/patch/mod.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 |     patch_eof: u64,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_patch_eof`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `FileName` is never used
[INFO] [stdout]   --> src/filename.rs:50:11
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub trait FileName {
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `try_map` is never used
[INFO] [stdout]   --> src/mem.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn try_map<R, I, A, F>(value: A, f: F) -> Result<R, <I as TryInto<R>>::Error>
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Patch` is never constructed
[INFO] [stdout]   --> src/patch/mod.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Patch<P> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/patch/mod.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<P> Patch<P> {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 23 |   pub fn new(kind: Kind, file: P) -> Self {
[INFO] [stdout]    |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnknownPatchKindError` is never constructed
[INFO] [stdout]   --> src/patch/mod.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct UnknownPatchKindError(pub(crate) ());
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Args` is never constructed
[INFO] [stdout]    --> src/patch/mod.rs:173:12
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub struct Args<'f, 'p, F, P> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `PatchFn` is never used
[INFO] [stdout]    --> src/patch/mod.rs:180:6
[INFO] [stdout]     |
[INFO] [stdout] 180 | type PatchFn<P> = fn(&path::Path, &Patch<P>) -> Result<(), Error>;
[INFO] [stdout]     |      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `patch` is never used
[INFO] [stdout]  --> src/patch/bps.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn patch(
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rom`
[INFO] [stdout]   --> src/patch/bps.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 |   rom: &mut (impl Read + Seek),
[INFO] [stdout]    |   ^^^ help: if this is intentional, prefix it with an underscore: `_rom`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `patch`
[INFO] [stdout]   --> src/patch/bps.rs:11:3
[INFO] [stdout]    |
[INFO] [stdout] 11 |   patch: &mut (impl Read + Seek),
[INFO] [stdout]    |   ^^^^^ help: if this is intentional, prefix it with an underscore: `_patch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output`
[INFO] [stdout]   --> src/patch/bps.rs:12:3
[INFO] [stdout]    |
[INFO] [stdout] 12 |   output: &mut (impl Read + Write + Seek),
[INFO] [stdout]    |   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rom_checksum`
[INFO] [stdout]   --> src/patch/bps.rs:13:3
[INFO] [stdout]    |
[INFO] [stdout] 13 |   rom_checksum: crc::Crc32,
[INFO] [stdout]    |   ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rom_checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `patch_checksum`
[INFO] [stdout]   --> src/patch/bps.rs:14:3
[INFO] [stdout]    |
[INFO] [stdout] 14 |   patch_checksum: crc::Crc32,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_patch_checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `patch_eof`
[INFO] [stdout]   --> src/patch/bps.rs:15:3
[INFO] [stdout]    |
[INFO] [stdout] 15 |   patch_eof: u64,
[INFO] [stdout]    |   ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_patch_eof`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rom_checksum`
[INFO] [stdout]    --> src/patch/mod.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     rom_checksum: crc::Crc32,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rom_checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `patch_checksum`
[INFO] [stdout]    --> src/patch/mod.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     patch_checksum: crc::Crc32,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_patch_checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `patch_eof`
[INFO] [stdout]    --> src/patch/mod.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 |     patch_eof: u64,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_patch_eof`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `FileName` is never used
[INFO] [stdout]   --> src/filename.rs:50:11
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub trait FileName {
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `try_map` is never used
[INFO] [stdout]   --> src/mem.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn try_map<R, I, A, F>(value: A, f: F) -> Result<R, <I as TryInto<R>>::Error>
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Patch` is never constructed
[INFO] [stdout]   --> src/patch/mod.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Patch<P> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/patch/mod.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<P> Patch<P> {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 23 |   pub fn new(kind: Kind, file: P) -> Self {
[INFO] [stdout]    |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnknownPatchKindError` is never constructed
[INFO] [stdout]   --> src/patch/mod.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct UnknownPatchKindError(pub(crate) ());
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Args` is never constructed
[INFO] [stdout]    --> src/patch/mod.rs:173:12
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub struct Args<'f, 'p, F, P> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `PatchFn` is never used
[INFO] [stdout]    --> src/patch/mod.rs:180:6
[INFO] [stdout]     |
[INFO] [stdout] 180 | type PatchFn<P> = fn(&path::Path, &Patch<P>) -> Result<(), Error>;
[INFO] [stdout]     |      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `patch` is never used
[INFO] [stdout]  --> src/patch/bps.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn patch(
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: higher-kinded-types v0.1.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "56f24ca894c2feb2a0dd6dd0dea6ea2eadefd4297fc6cc8ec6e7a17f466c0d84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56f24ca894c2feb2a0dd6dd0dea6ea2eadefd4297fc6cc8ec6e7a17f466c0d84", kill_on_drop: false }`
[INFO] [stdout] 56f24ca894c2feb2a0dd6dd0dea6ea2eadefd4297fc6cc8ec6e7a17f466c0d84
